C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1Behavior<T> Class
Members
C1Behavior<T> Class
Base class for control behaviors.
Syntax
public abstract class C1Behavior<T> : Microsoft.Xaml.Interactivity.Behavior<T>, Microsoft.Xaml.Interactivity.IBehavior, WinRT.IWinRTObject  
where T: FrameworkElement
Type Parameters
T
Inheritance Hierarchy

System.Object
   Microsoft.UI.Xaml.DependencyObject
      Microsoft.Xaml.Interactivity.Behavior
         Microsoft.Xaml.Interactivity.Behavior<T>
            C1.WinUI.Core.C1Behavior<T>
               C1.WinUI.Grid.CheckListBehavior
               C1.WinUI.Grid.EmptyGridBehavior
               C1.WinUI.Grid.FlexGridDetailProvider<TItem>
               C1.WinUI.Grid.FullTextFilterBehavior
               C1.WinUI.Grid.TransposedGridBehavior

See Also